tools/libxenforeignmemory: bind restrict operation to new version
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 27 Mar 2017 10:51:22 +0000 (11:51 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 27 Mar 2017 11:36:01 +0000 (12:36 +0100)
commit9a7fbdd6925bd6323941ee8a08b3884aa0cef6fe
treeb9cdca245c162b2709d68fba6a2e513aed6f6ec5
parentd8868bff6c3f569658e0ba14cdc4cf1891862ee1
tools/libxenforeignmemory: bind restrict operation to new version

Commit 5823d6eb "add a call to restrict the handle" added a new function
to the foreignmemory API. This API is considered stable and so the new
function should be bound to a new version.

This patch creates version 1.1 of the API, dependent on version 1.0, and
binds the restrict call to version 1.1. Thus version 1.0 is as it was
before the new function was added.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libs/foreignmemory/libxenforeignmemory.map